public class GxFilterNumber
extends GxColumnFilterAG
The class represents the default ag-grid number filter
Modifier and Type | Field and Description |
---|---|
BBjNumber | IncludeBlanksInEquals! If true then blank (null or undefined) values will pass the 'equals' filter option. |
BBjNumber | IncludeBlanksInGreaterThan! If true then blank (null or undefined) values will pass the 'greaterThan' and 'greaterThanOrEqual' filter options. |
BBjNumber | IncludeBlanksInLessThan! If true then blank (null or undefined) values will pass the 'lessThan' and 'lessThanOrEqual' filter options. |
BBjNumber | InRangeInclusive! If true then doing 'inRange' filter option will include values equal to the start and end of the range. |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() Convert the filter definition to Json Object |
static BBjString | getFilterName() {@inheritDoc} |
public BBjNumber IncludeBlanksInEquals!
If true then blank (null or undefined) values will pass the 'equals' filter option.
public BBjNumber IncludeBlanksInGreaterThan!
If true then blank (null or undefined) values will pass the 'greaterThan' and 'greaterThanOrEqual' filter options.
public BBjNumber IncludeBlanksInLessThan!
If true then blank (null or undefined) values will pass the 'lessThan' and 'lessThanOrEqual' filter options.
public BBjNumber InRangeInclusive!
If true then doing 'inRange' filter option will include values equal to the start and end of the range.
public JsonObject getAsJsonObject()
Convert the filter definition to Json Object
public static BBjString getFilterName()